extract class meaning in English
提炼类
提取类
Examples
- Gets or sets the extracted class name
获取或设置提取的类名。 - The extracted class name
提取的类名。 - Gets or sets a value indicating whether the extracted class name exists inside a block of conditionally compiled code
获取或设置一个值,该值指示提取的类名是否存在于条件编译代码块中。 - Third , refactoring for the design and programming disfigurements which exists in the software prototype everywhere . in this thesis i will list some big granulated refactoring : extract class , inline class , move method , collapse hierarchy to remove unnecessary hierarchy , and introduce parameter object to remove long parameter list . by using pattern and refactoring , the original software prototype has been obtained the basic characteristics of framework
第三,对软件原型中无处不在的设计和编程缺陷进行重构,这里主要列出的是一些粒度较大的重构:提炼类,内联类,搬移函数,折叠继承体系去除不必要的继承,引入参数对象去除过长参数列。